home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / petmln.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  530 b   |  18 lines

  1. on handcursor whichsprite
  2.   set the cursor of sprite whichsprite to [the number of member "handcursor", the number of member "handmask"]
  3. end
  4.  
  5. on arrowCursorL arrowsprite
  6.   set the cursor of sprite arrowsprite to [the number of member "arrowCursorL", the number of member "arrowMaskL"]
  7. end
  8.  
  9. on arrowCursorR arrowsprite
  10.   set the cursor of sprite arrowsprite to [the number of member "arrowCursorR", the number of member "arrowMaskR"]
  11. end
  12.  
  13. on cursorOff
  14.   repeat with n = 1 to 99
  15.     set the cursor of sprite n to 0
  16.   end repeat
  17. end
  18.